Edit Task: SetPossibility ResourceAccommodation
Description
The SetPossibility ResourceAccommodation attribute under EditTask defines whether the resource usage's accommodation is applicable for a single task possibility.
Parameters
Parameter | Description |
---|---|
PossibilityName | A string of text with a comma delimited list of resources in the possibility. Order is not required and the resource names should not be in quotes. |
ResourceName | A string of text of the resource name that is being defined within the command. |
Accommodation | A Boolean value. If true, then the accommodation will be applied for the task possibility. |
Examples
Make accommodation not applicable for ResA in the possibility containing ResA and ResB
PATCH api/task/TaskA
Body:
{
"SetResourceDetails" : {
"PossibilityName" : "ResA,ResB",
"Resource" : "ResA",
"Accommodation" : "FALSE" }
}